home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / shwmail1.zip / SHOWMAIL.DOC < prev    next >
Text File  |  1997-05-22  |  4KB  |  113 lines

  1.         ShowMail Version 1.0  May 22/1997 
  2.  
  3. What is it:
  4. -----------
  5.   This is a simple little door that display your users email address to them.
  6. I wrote it because some of my users didn't grasp what I meant when I said 
  7. their address was first.last@...  So I whipped this up so save me the bother 
  8. of reading the DOCS for my BBS package's MCI codes.  
  9.   Installation should take you all of 10 seconds.  Enjoy!
  10.   It gets the username from the dropfile.  So if your system sends the Alias
  11. instead of users realname in the dropfile, and your BBS uses realnames for
  12. email, you should have your software change that value.  Telegard,maximus etc
  13. all allow this.
  14.  
  15. Features:
  16. ---------
  17. ·Supports ALL com ports & irq's (Fossil Driver req'ed)
  18. ·Locked baud rates up to 115,200bps!
  19. ·ANSi Emulation built-in! (ansi.sys not needed under any circumstances)
  20. ·DOOR.SYS and Dorinfo#.DEF Support!
  21. ·DesqView, OS/2, Windows, and Dos time slicing routines.
  22.  Native DOS and OS/2 versions.
  23.  
  24. Disclaimer
  25. ----------
  26. This program will probably only take up room on your hard drive.
  27. It works on my system, but then it would wouldn't it?  It's free so don't
  28. expect any great examples of programming skill.  
  29.  
  30. Minimum System:
  31. ---------------
  32. If you can run a BBS you can run this door.  If it claims your
  33. out of memory, have your BBS software swap itself out of memory before
  34. launching this door.
  35.  
  36. How to Use:
  37. -----------
  38. Running in Local Mode: use the /L Switch ie: SHOWMAIL /L
  39.  
  40.        (1)Unzip to a directory. It's own is best.
  41.        (2)Edit showmail.cfg file to suit your needs.
  42.  
  43. For use with Telegard:
  44. ----------------------
  45. Create a batch file.
  46.  
  47.     showmail.bat
  48.         d:
  49.         cd\telegard\doors\showmail
  50.         showmail.exe /N%1 /Dd:\telegard\temp%1\door.sys
  51.  
  52. In Telegard my command line looks like this:
  53.  d:\telegard\doors\showmail\showmail.bat ~CN
  54.  
  55. For use with RemoteAccess:
  56. --------------------------
  57.  
  58. Use the Type 7 action command, using the following for the Option Data:
  59.  
  60. For multinode systems:
  61.  
  62.  D:\RA\SHOWMAIL\SHOWMAIL.EXE /N*N /DD:\RA\NODE*N
  63.  
  64. For regular system:
  65.  
  66.  D:\RA\SHOWMAIL\SHOWMAIL.EXE /DD:\RA
  67.  
  68. For Use with Maximus/2:
  69. -----------------------
  70.  
  71.         DisplayFile    misc/doorsys        Normal    "ShowMail"
  72. NoDisp  XTERN_OS2  D:\MAX\DOORS\SHOWMAIL\SHOWMAIL.CMD_%k_%P  Normal  "S"
  73.  
  74.    wall.cmd 
  75.    --------
  76.    cd\max\doors\showmail
  77.    copy d:\max\node%1\door.sys
  78.    showmai2.exe /N%1 /H%2
  79.  
  80.   The /H%2 is the 'Hot' Com port handle that OS/2 uses.
  81.  
  82. Parameters
  83. ----------
  84. This is a list of Parameters that can be used.
  85. /N# - # is the node number, ex. door.exe /N1
  86. /B# - Sets the locked baud rate to #, ex. door.exe /B57600
  87. /D? - The path to where the Drop file may be found, ex. door.exe /Dc:\bbs
  88. /L  - This allows you to run the door in Local mode.
  89. /?  - Display's command line parameters
  90. /H  - Hot Comport handle.
  91. -----------------------------------------------------------------------------
  92.  
  93. Structure of the config file.
  94. -----------------------------
  95. The config file is fully documented.  Just Change to suit your system.
  96.  
  97. History:
  98. --------
  99.      05/22/97 - Version 1.0
  100.     First Version.  
  101.  
  102. Contacting me:
  103. --------------
  104.    This door is Free, but if you want to send some money or just say Hi, you
  105. can reach me one of the following ways:
  106.  
  107.  Tiny's BBS      - (905)723-1575      or    Telnet: tinys.oix.com
  108.  World Wide Wait - http://tinys.oix.com     FTP   : tinys.oix.com
  109.  Email:   tiny@tinys.oix.com or tiny@oix.com 
  110.  FidoNet: 1:229/452.0   Powernet: 78:100/400.0 
  111.  
  112. You read this far!?  Wow...  As you can see I stink at writing DOCS.  
  113.